home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1996 June / Software of the Month Club 1996 June.iso / mac / ISO9660 / WIN / BIZ / APRCAL / APPSETUP.INF next >
INI File  |  1996-03-02  |  5KB  |  137 lines

  1. ; -------------------------------------------------------------
  2. ;
  3. ;  APRCalc 2.2 Installation Script
  4. ;
  5. ; -------------------------------------------------------------
  6.  
  7.  
  8. ; -------------------------------------------------------------
  9. ; The [infofile] section describes the name of the information
  10. ; file that is shown when the program starts up.  The appname
  11. ; label is used to refer to the name of the application being
  12. ; installed.
  13. ; -------------------------------------------------------------
  14.  
  15. [infofile]
  16.     filename = README.TXT
  17.     appname = APRCalc
  18.  
  19.  
  20. ; -------------------------------------------------------------
  21. ; The [dialog caption] section is used to define the caption
  22. ; of the windows that shown in the INSTALL program.
  23. ; -------------------------------------------------------------
  24.  
  25. [dialog]
  26.     caption = "APRCalc 2.2 Installation"
  27.  
  28.  
  29. ; -------------------------------------------------------------
  30. ; The [data defdir] section defines the default directory. This
  31. ; directory is placed in the Install location editbox when the
  32. ; program starts.  If the user does not change it, then this
  33. ; will be the base directory of the installation.
  34. ; -------------------------------------------------------------
  35.  
  36. [data]
  37.     defdir = C:\APRCALC
  38.  
  39.  
  40. ; -------------------------------------------------------------
  41. ; This section is used to define each floppy disk.
  42. ; -------------------------------------------------------------
  43.  
  44. [disks]
  45.     1 =., "INSTALL"
  46.  
  47.     
  48. ; -------------------------------------------------------------
  49. ; This section tells INSTALL how much space is needed on the
  50. ; target disk to do a successful installation.  The user will
  51. ; get an error message if they try to install to a disk that
  52. ; has less space.  Must include IW.EXE!
  53. ; -------------------------------------------------------------
  54.  
  55. [needed.space]
  56.     minspace = 770000
  57.  
  58.     
  59. ; -------------------------------------------------------------
  60. ; This section describes the install directories.  In the
  61. ; example below, the first two entries define application
  62. ; specific directories.  The #app.main directory will be the
  63. ; base directory defined by the user (or the default as
  64. ; described above).  The #app.sub directory will cause a
  65. ; directory called sub to be created off of the base directory.
  66. ;
  67. ; The third and fourth entries refer to the two Windows
  68. ; specific directories: \WINDOWS and \WINDOWS\SYSTEM.
  69. ; INSTALL will find these directories and copy the specified
  70. ; files into them.
  71. ; -------------------------------------------------------------
  72.  
  73. ;[app.copy.appstuff]
  74. [dest.directories]
  75.     #app.main,           0:
  76. ;   #app.sub,            0:sub
  77.     #app.SETUPSYSDIR,    0:SETUPSYSDIR
  78.     #app.SETUPWINDIR,    0:SETUPWINDIR
  79.  
  80.  
  81. ; -------------------------------------------------------------
  82. ; This is the file list for the base directory. The format is
  83. ; as follows: [Disk Number]:[File Name], "Descriptive text to
  84. ; display while file is being copied"
  85. ; -------------------------------------------------------------
  86.  
  87. [app.main]
  88.     1:APRCALC.EXE,    "APRCALC.EXE - Windows executable file"
  89.     1:APRCALC.HLP,    "APRCALC.HLP - Windows Help file"
  90.     1:ORDER.TXT,    "ORDER.TXT - Order form"
  91.     1:README.TXT,       "README.TXT - Read Me information file"
  92.  
  93. ; -------------------------------------------------------------
  94. ; This is the file list for the \WINDOWS\SYSTEM directory.
  95. ; -------------------------------------------------------------
  96.  
  97. [app.SETUPSYSDIR]
  98.     1:CTL3DV2.DLL,    "CTL3DV2.DLL - 3-D Controls"
  99.     1:MFC250.DLL,       "MFC250.DLL - MS Foundation Classes"
  100.  
  101. ; -------------------------------------------------------------
  102. ; This is the file list for the \WINDOWS directory.
  103. ; -------------------------------------------------------------
  104.  
  105. [app.SETUPWINDIR]
  106.     1:MUSCROLL.DLL,     "MUSCROLL.DLL - MicroScroll Library"
  107.  
  108.  
  109. ; -------------------------------------------------------------
  110. ; This is the file list for the sub directory located off of
  111. ; the base directory.
  112. ; -------------------------------------------------------------
  113. ; [app.sub]
  114. ;    1:APPSETUP.INF,    "Application Configuration File"
  115.  
  116.  
  117. ; -------------------------------------------------------------
  118. ; This section describes the Program Group to be created and
  119. ; uses the following format: Group Label, Group Filename
  120. ; LAL - NOTE THIS WILL OVERWRITE AN EXISTING GRP FILE!!
  121. ; -------------------------------------------------------------
  122.  
  123. [progman.groups]
  124.     "APRCalc 2.2", APRCAL22.GRP
  125.  
  126. ; -------------------------------------------------------------
  127. ; This section describes the Program Item Icon to add to the
  128. ; Program Group defined in the section heading and uses the
  129. ; following format: Item Label, Item Filename
  130. ; The Item must be in the base directory.
  131. ; -------------------------------------------------------------
  132.  
  133. ["APRCalc 2.2"]                ; Must be same as group name above.
  134.     "APRCalc", APRCALC.EXE
  135.  
  136. ;                                 --- End of File ---
  137.